﻿body {
    font-size: 14px;
    color: #333;
    overflow-x: hidden;
    /* padding-top: 70px; */
}

@font-face {
    font-family: 'OPENSANS-BOLD';
    src: url('../fonts/opensans-bold.ttf');
}
@font-face {
    font-family: 'OPENSANS-LIGHT';
    src: url('../fonts/opensans-light.ttf');
}

/******************** 首页 *********************************/
/* 头部 */
.yunu-head {
    height: 88px;
    background: rgba(255,255,255,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    z-index: 1000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.yunu-head .top {
    height: 40px;
    overflow: hidden;
    border-top: 7px solid rgba(43,112,187,1);
}

.yunu-head .top-r {
    float: right;
    height: 33px;
    padding: 0 9% 0 30px;
    background-color: rgba(43,112,187,1);
    position: relative;
}

.yunu-head .top-r::before {
    content: '';
    display: block;
    background: url(../images/top1-bg.png) no-repeat center center;
    width: 32px;
    height: 33px;
    position: absolute;
    left: -32px;
    top: 0;
}

.yunu-head .top-r .tel,
.yunu-head .top-r .ser {
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    position: relative;
    padding-left: 27px;
    padding-right: 32px;
    background-position: center left;
    background-repeat: no-repeat;
    -webkit-background-size: auto 26px;
    background-size: auto 26px;
}

.yunu-head .top-r .tel {
    background-image: url(../images/top2.png);
    position: relative;
}

.yunu-head .top-r .tel::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    background-color: #ccc;
    margin-top: -8px;
}

.yunu-head .top-r .ser {
    margin-left: 20px;
    background-image: url(../images/top1.png);
}

.yunu-head .logo {
    float: left;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.yunu-head .logo img {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}


.yunu-head .hr {
    float: right;
}

.yunu-nav,
.yunu-head .so {
    float: left;
}

.yunu-head .lang {
    float: right;
}

.yunu-nav li {
    float: left;
    text-align: center;
    position: relative;
    z-index: 1000;
    margin-left: 65px;
}


.yunu-nav li>a {
    display: inline-block;
    text-align: center;
    line-height: 88px;
    font-size: 16px;
    color: #333;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.yunu-nav li>a::after {
    content: "";
    display: none;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #009e3b;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.yunu-nav .on>a,
.yunu-nav li>a:hover {
    color: #009e3b;
}

.yunu-nav .on>a::after,
.yunu-nav li>a:hover::after {
    display: block;
}

.yunu-nav li>.v1 {
    background-repeat: no-repeat;
    background-position: 95% center;
    background-image: url(../images/top_6_h.png);
    -o-background-size: auto 12px;
    -ms-background-size: auto 12px;
    -moz-background-size: auto 12px;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
}
/* 内页导航字体颜色 */
body.open{
    padding-top: 0px;
}
body.open .yunu-nav li>a{
    color: #333;
}
body.open .yunu-nav .on>a{
    color: #009e3b;
}
body.open .yunu-head .lang a {
    color: #000;
}
body.open .yunu-head .so .icon {
    background-image: url(../images/top8_h.png);
}
.yunu-nav dl {
    width: 180px;
    position: absolute;
    top: 130%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    opacity: 0;
    height: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.yunu-nav dl.m-ani {
    visibility: visible;
    height: auto;
    top: 100%;
    opacity: 1;
}

.yunu-nav dd a {
    display: block;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background-color: #009e3b;
    padding: 0 10px;
}

.yunu-nav dd a:hover {
    background-color: #007f2d;
}

.yunu-head .so {
    position: relative;
}

.yunu-head .so .icon,
.yunu-head .lang {
    display: block;
    width: 38px;
    height: 38px;
    margin-top: 26px;
    margin-left: 15px;
    border-radius: 50%;
    border: solid 1px #b0b0b0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.yunu-head .so .icon {
    background-image: url(../images/top8.png);
    margin-left: 46px;
}

.yunu-head .so .icon:hover,
.yunu-head .lang:hover {
    border-color: #000;
}

.yunu-head .so .con {
    opacity: 0;
    position: absolute;
    top: 120px;
    right: 0;
    width: 400px;
    height: 50px;
    visibility: hidden;
    z-index: 6;
    background-color: #fff;
    border: solid 3px #009e3b;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.yunu-head .so .con.ani1{
    top: 88px;
    visibility: visible;
    opacity: 1;
}
.yunu-head.fixed .so .con.ani1{
    top: 70px;
}
.yunu-head .so .txt {
    float: left;
    width: 110px;
    height: 44px;
    line-height: 44px;
    padding-right: 10px;
    text-align: center;
    font-size: 14px;
    color: #4c4c4c;
    position: relative;
    z-index: 9;
}

.yunu-head .so .txt dt {
    cursor: pointer;
    background: url(../images/img_1_11.png) no-repeat center right;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yunu-head .so .txt dd {
    display: none;
    position: absolute;
    top: 47px;
    left: -3px;
    right: -3px;
    border: solid 3px #000;
    border-top: none;
}

.yunu-head .so .txt dd span {
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #4c4c4c;
    background-color: #f5f5f5;
    cursor: pointer;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yunu-head .so .txt dd span:hover {
    background-color: #fff;
}

.yunu-head .so form {
    overflow: hidden;
    position: relative;
}


.yunu-head .so .inp {
    float: left;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: white;
    font-size: 16px;
    color: #1b62ba;
    padding-left: 20px;
    border: none; 
}

.yunu-head .so .btn {
    width: 50px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/top8.png) no-repeat center center #fff;
    background-size: contain;
    cursor: pointer;
    border: none;
    outline: 0;
}

.yunu-head .lang a {
    display: block;
    text-align: center;
    width: 38px;
    height: 38px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 36px;
    font-family: Arial;
}

.yunu-head .lang .zh {
    display: none;
}

.m-tel {
    display: none;
}

/* 头部固定 */
.yunu-head.fixed {
    height: 70px;
    background-color: #fff;
}

.yunu-head.fixed .top {
    display: none;
}

.yunu-head.fixed .logo {
    line-height: 70px;
}

.yunu-head.fixed .logo img {
    height: 50px;
    vertical-align: middle;
}

.yunu-head.fixed .yunu-nav li>a {
    line-height: 70px;
    color: #000;
}

.yunu-head.fixed .yunu-nav .on>a,
.yunu-head.fixed .yunu-nav li>a:hover {
    color: #009e3b;
}

.yunu-head.fixed .so .con {
    top: 90px;
}

.yunu-head.fixed .lang {
    line-height: 70px;
}

.yunu-head.fixed .so .icon,
.yunu-head.fixed .lang {
    margin-top: 16px;
}
.yunu-head.fixed .so .icon{
    background-image: url(../images/top8_h.png);
}
.yunu-head.fixed .lang a {
    color: #000;
}
.section {
    position: relative;
}

/* 左箭头指示 */
.g-idx {
    position: absolute;
    left: 68px;
    bottom: 57px;
    padding-left: 58px;
    font-size: 16px;
    color: white;
    letter-spacing: 8px;
    text-transform: uppercase;
    background: url(../images/top10.png) center left no-repeat;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: 0 0;
    font-family: 'OPENSANS-LIGHT';
}

.g-idx.c3 {
    color: #fff;
}

.g-more {
    display: inline-block;
    float: right;
    font-size: 15px;
    color: #fff;
    line-height: 4.27em;
    letter-spacing: 1px;
    background: url(../images/index2.png) no-repeat left center;
    padding-left: 30px;
}

.g-tit {
    float: left;
    position: absolute;
}

.g-tit h3 {
    position: relative;
    font-size: 36px;
    color: #efefef;
    line-height: 74px;
    letter-spacing: 4px;
}

.g-tit .en {
    margin-top: -74px;
    height: 74px;
    line-height: 74px;
    font-size: 100px;
    color: #333;
    letter-spacing: 8px;
    text-transform: uppercase;
    opacity: 0.05;
}

/* **********************banner*************** */
.banner .item a {
    display: block;
    /* padding-top: 50%; */
    height: 100vh;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.banner .number {
    position: absolute;
    right: 12%;
    bottom: 8%;
    width: 50px;
    height: 50px;
}

.banner .number .item {
    font-size: 16px;
    color: white;
    font-family: 'OPENSANS-REGULAR';
}

.banner .number .item span {
    font-weight: bold;
    font-size: 30px;
    font-family: 'OPENSANS-BOLD';
    margin: 0 3px;
    position: relative;
    bottom: 5px;
}


/* banner箭头动画 */
.banner .icon {
    margin: 0 auto;
    width: 33px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -16px;
}

.banner .icon span {
    display: block;
    width: 100%;
    animation: myfirst 0.6s linear 0s infinite alternate;
    transition: 0.2s;
}

.banner .icon span:last-child {
    margin-top: -6px;
    opacity: 1;
    animation: myfirst 0.6s linear 0.6s infinite alternate;
}

@keyframes myfirst {
    0% {

        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

/* 麦歌恩产品 */
.m-top {
    /* overflow: hidden; */
    position: relative;
}

.m-top .r {
    overflow: hidden;
    float: none;
    text-align: right;
}
.ul-tabs_b {
    display: inline-block;
    height: 64px;
    overflow: hidden;
    text-align: right;
}

.ul-tabs_b li {
    float: left;
    text-align: center;
}

.ul-tabs_b li a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 0 12px;
    line-height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin:0 45px;
}
#page2 .ul-tabs_b li a{
    margin-right: 26px;
    margin-left: 26px;
}

.ul-tabs_b .slick-current a {
    color: #009e3b;
    background: url(../images/index2_2.jpg) no-repeat center bottom;
}
.ul-tabs_b.slick-initialized .slick-slide {
    display: inline-block;

}
.ul-tabs_b.slick-slider{
    display: inline-block;
    /* width: 80%; */
}
.ul-tabs_b .slick-track {
    float: right;
	    width: 400px !important;
}
.m-pro_ban {
    margin-top: 80px;
    padding: 0 45px;
    overflow: hidden;
}

.m-pro_ban .item {
    padding: 15px;
}

.m-pro_ban .con {
    display: block;
    overflow: hidden;
    position: relative;
}

.m-pro_ban .pic {
    position: relative;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
}

.m-pro_ban .pic img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.m-pro_ban .txt {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 129px;
    padding: 25px 30px 0;
    background: rgba(0, 0, 0, .55);
    font-size: 14px;
    color: #666;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.m-pro_ban .desc {
    margin-top: 14px;
    line-height: 2.14;
    height: 4.28em;
    overflow: hidden;
}

.m-pro_ban .txt h3 {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.m-pro_ban .txt .more {
    display: none;
    margin: 42px auto 0;
    width: 96px;
    height: 40px;
    line-height: 38px;
    border: solid 1px white;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.m-pro_ban .txt .more:hover {
    background-color: #fff;
    color: #333;
}

.m-pro_ban .txt h3::after {
    content: "";
    display: none;
    margin: 15px auto;
    width: 30px;
    height: 3px;
    background-color: #fff;
}

.m-pro_ban .item:hover .txt {
    height: 100%;
    color: #fff;
    padding-top: 50px;
    background-color:rgba(0, 158, 59,.8);
}

.m-pro_ban .item:hover .txt h3 {
    color: #fff;
}

.m-pro_ban .item:hover .txt h3::after {
    display: block;
}

.m-pro_ban .item:hover .desc {
    height: auto;
}

.m-pro_ban .item:hover .txt .more {
    display: block;
}


/* 检测 */
.ul-imgtxt {
    overflow: hidden;
}

.ul-imgtxt li {
    float: left;
    width: 25%;
    /* height: 955px; */
    height: 100vh;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.ul-imgtxt .con {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ul-imgtxt .pic {
    height: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.ul-imgtxt .txt {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 40px 30px 30px;
    background-color: transparent;
    z-index: 5;
}

.ul-imgtxt .con .tit {
    position: absolute;
    left: 40px;
    bottom: 125px;
    width: 200px;
    border-top: solid 2px rgba(255, 255, 255, 0.6);
    transform: rotate(-90deg);
    transform-origin: 0 0;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 8px;
    z-index: 9;
    font-family: 'OPENSANS-LIGHT';
    line-height: 20px;
    padding-top: 8px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.ul-imgtxt .txt h3 {
    font-size: 18px;
    color: #fff;
    line-height: 43px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ul-imgtxt .txt em {
    width: 72px;
    height: 18px;
    margin-top: 50px;
    display: none;
    position: absolute;
    bottom: 0;
    left: 30px;
    background-repeat: no-repeat;
    background-position: center left;
    -webkit-background-size: auto 9px;
    background-size: auto 9px;
}

.ul-imgtxt .desc {
    margin-top: 6px;
    font-size: 14px;
    color: white;
    line-height: 20px;
    max-height: 80px;
    overflow: hidden;
}

.ul-imgtxt .mask {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0, 158, 59, .7);
}

.ul-imgtxt .big {
    width: 40%;
}

.ul-imgtxt .small {
    width: 20%;
}

.ul-imgtxt li:hover .tit {
    top: 327px;
    bottom: auto;
}

.ul-imgtxt li:hover .txt {
    bottom: 20px;
    padding-bottom: 100px;
}

.ul-imgtxt li:hover .txt em {
    display: block;
}

.ul-imgtxt li:hover .mask {
    opacity: 1;
}

/* 应用领域 */
.m-cases {
    margin-top: 80px;
    padding: 0 45px;
    /* overflow: hidden; */
}

.m-cases .item {
    padding: 0 15px;
}

.m-cases .pic {
   position: relative;
   padding-top: 100%;
   height: 0;
     overflow: hidden;
}

.m-cases .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	height: 100%;
    display: block;
}

.m-cases .txt {
    text-align: center;
}

.m-cases .txt h3 {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #fff;
    line-height: 42px;
    overflow: hidden;
    font-weight: normal;
}

.m-cases .desc {
    font-size: 14px;
    color: #666;
    line-height: 32px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.m-cases .more {
    display: inline-block;
    margin-top: 16px;
    font-size: 14px;
    color: #009e3b;
    line-height: 20px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.m-cases .item:hover .pic img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.m-cases .item:hover .txt h3 {
    color: #009e3b;
}

.m-cases .item:hover .more {
    opacity: 1;
}


/* 关于我们 */
.m-about {
    overflow: hidden;
}

.m-about .col-l {
    padding-left: 10%;
    width: 50%;
    line-height: 100vh;
}

.m-about .col-r {
    width: 50%;
}

.m-desc {
    padding-left: 28%;
    display: inline-block;
    vertical-align: middle;
}

.m-desc .tit .en {
    text-transform: uppercase;
    font-size: 28px;
    color: #fff;
    line-height: 52px;
    font-family: 'OPENSANS-REGULAR';
}

.m-desc .tit h3 {
    font-size: 50px;
    color: #fff;
    line-height: 78px;
    font-weight: bold;
    letter-spacing: 2px;
}

.m-desc .tit i {
    display: block;
    width: 200px;
    height: 6px;
    background-color: #fff;
    margin: 30px 0;
}

.m-desc .desc {
	width:80%;
    color: #fff;
    line-height: 28px; 
    font-size: 16px;
}

.m-desc .bom {
    margin-top: 98px;
}

.m-desc .bom .det {
    display: block;
    line-height: 34px;
    position: relative;
    z-index: 5;
}

.m-desc .bom em {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: 3px;
    margin-right: 8px;
    margin-top: -9px;
    background-color: #fff;
}

.m-desc .bom .det span {
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    line-height: 34px;
    text-transform: uppercase;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.m-desc .bom .en {
    height: 76px;
    line-height: 76px;
    text-align: center;
    font-size: 100px;
    letter-spacing: 8px;
    text-transform: uppercase;
    opacity: 0.7;
    color: #24bd5d;
    z-index: 4;
    margin-top: -65px;
    margin-left: -125px;
    font-family: 'OPENSANS-BOLD';
}

.m-desc .bom .det:hover span {
    color: #01792c;
}

.m-pic {
    height: 100vh;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

/* .m-pic img {
    display: block;
    width: 100%;
} */

/* 新闻资讯 */
#page6 {
    background-color: #f8f8f8;
}

.m-news {
    margin-top: 80px;
    padding: 0 45px;
    /* overflow: hidden; */
}

.m-news .item {
    padding: 15px;
}

.m-news .con {
    display: block;
    overflow: hidden;
}

.m-news .pic {
    position: relative;
    height: 0;
    padding-top: 75.4%;
    overflow: hidden;
    
}

.m-news .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.m-news .mask {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/index1_5.png) no-repeat center center rgba(0, 0, 0, .5);
    -webkit-background-size: 62px auto;
    background-size: 62px auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.m-news .txt {
    background-color: #fff;
    padding: 19px 10px 25px 10px;
}

.m-news .txt .date {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 22px;
    background: url(../images/index1_6.png) no-repeat center right;
    -webkit-background-size: auto 22px;
    background-size: auto 22px;
}

.m-news .txt .desc {
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    line-height: 34px;
    height: 68px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.m-news .con:hover {
    -webkit-box-shadow: 0 0 15px #333;
    box-shadow: 0 0 15px #333;
}

.m-news .con:hover .mask {
    opacity: 1;
}

.m-news .con:hover .txt .desc {
    color: #009e3b;
}

/* 滚屏锚点 */

#myMenu ul li a {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #b2b2b2;
    border-radius: 50%;
}

#myMenu ul li a span {
    position: absolute;
    left: 120%;
    top: 50%;
    margin-top: -12px;
    font-size: 14px;
    font-family: 'OPENSANS-BOLD';
    color: #009e3b;
    text-transform: uppercase;
    white-space: nowrap;
    width: 0;
    height: auto;
    overflow: hidden;
    border-radius: 0;
    background-color: transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#myMenu ul li a:hover span {
    width: auto;
    left: 35px;
}

#myMenu ul .active a {
    background-color: #009e3b;
}

#myMenu {
    width: 20px;
    position: fixed;
    top: 36%;
    left: 70px;
}

#myMenu li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 24px 0;
    position: relative;
}

/* ************底部***************** */


.fd-top {
    overflow: hidden;
    background-color: #28292d;
    position: relative;
}

.fd-link {
    padding: 41px 0 65px;
    border-bottom: solid 1px #3e3f42;
    overflow: hidden;
}

.fd-link dl {
    float: left;
    width: 14.28%;
}

.fd-link dt {
    font-size: 18px;
    color: white;
    line-height: 36px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fd-link dd a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 27px;
    padding: 10px 0;
    opacity: 0.7;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fd-link dd a:hover {
    opacity: 1;
}

.fd-link .tel {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    margin-top: 12px;
    padding-left: 46px;
    background: url(../images/footer1.png) no-repeat 17px center;
    -webkit-background-size: 19px 19px;
    background-size: 19px 19px;
    white-space: nowrap;
}

.fd-link .icon {
    margin-top: 19px;
}

.fd-link .icon a {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 17px;
    margin-left: 3px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.fd-link .icon .qq {
    background-image: url(../images/footer3.png);
}

.fd-link .icon .wx {
    background-image: url(../images/footer4.png);
}

.fd-link .icon .wb {
    background-image: url(../images/footer5.png);
}

.fd-link .icon .wx em {
    display: block;
    position: absolute;
    top: -80px;
    left: -40px;
    padding-top: 11px;
    text-align: center;
    width: 116px;
    height: 123px;
    line-height: 123px;
    overflow: hidden;
    opacity: 0;
    background: transparent url(../images/qr_bg.png) no-repeat center center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.fd-link .icon .wx img {
    display: inline-block;
    width: 97px;
    height: 97px;
}

.fd-link .icon .wx:hover em {
    opacity: 1;
    top: -123px;
}

.fd-link .icon a:hover {
    background-color: #009e3b;
}

.fd-copy {
    background-color: #28292d;
    line-height: 30px;
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    padding: 19px 0 29px;
}

.fd-copy a {
    color: #fff;
    opacity: .7;
    display: inline-block;
    margin: 0 5px;
}

.fd-copy a:hover {
    opacity: 1;
}

.fd-copy .s1 {
    float: right;
}

.fd-copy .s1 a {
    margin: 0 20px;
}

.fd-copy .s2 {
    display: none;
    float: none;
    width: auto;
    text-align: center;
    padding-bottom: 10px;
}

/* #page7 .fp-tableCell {
    height: auto !important;
    vertical-align: top;
} */